home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / d3_units.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-25  |  869 b   |  41 lines

  1. /*****************************************************************************
  2.   FILE           : d3_units.h
  3.   SHORTNAME      : units.ph
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : header for d3_units.c
  7.   NOTES          : all functions will be exported
  8.  
  9.   AUTHOR         : Ralf Huebner
  10.   DATE           : 1.12.1991
  11.  
  12.   CHANGED BY     :
  13.   IDENTIFICATION : @(#)d3_units.h    1.8 3/2/94
  14.   SCCS VERSION   : 1.8
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.              
  19. ******************************************************************************/
  20.  
  21.  
  22. #ifndef _D3_UNITS_DEFINED_
  23. #define _D3_UNITS_DEFINED_
  24.  
  25.  
  26.  
  27.  
  28. extern void d3_createUnitPannel (Widget w, Widget button, caddr_t call_data);
  29.  
  30.  
  31.  
  32.  
  33.  
  34. #endif /* _D3_UNITS_DEFINED_ */
  35.  
  36.  
  37. /* end of file */
  38. /* lines: 24 */
  39.  
  40. /* 44 lines generated by deleteprivatedefinitions.awk */
  41.